Version

InvokeActions(Enum,List<Action>,Object[],Boolean) Method

Syntax
'Declaration
 
Protected Overloads Function InvokeActions( _
   ByVal step As System.Enum, _
   ByVal actions As System.Collections.Generic.List(Of RecordReplayProxyBase.Action), _
   ByVal calledArgs() As System.Object, _
   ByVal reportSteps As System.Boolean _
) As System.Object
protected System.object InvokeActions( 
   System.Enum step,
   System.Collections.Generic.List<RecordReplayProxyBase.Action> actions,
   System.object[] calledArgs,
   System.bool reportSteps
)
protected: System.Object* InvokeActions( 
   System.Enum* step,
   System.Collections.Generic.List<RecordReplayProxyBase.Action*>* actions,
   System.Object*[]* calledArgs,
   System.bool reportSteps
) 

Parameters

step
actions
calledArgs
reportSteps
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also